home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / mug.swf / scripts / DefineButton2_261 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-11-18  |  116 b   |  9 lines

  1. on(release){
  2.    set("/:bonus",0);
  3.    set("/:total",0);
  4.    tellTarget("/")
  5.    {
  6.       gotoAndPlay(4);
  7.    }
  8. }
  9.